home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / Documents / Diagram / UW_Palettes / PCBLayout.dpalette2 / Image66 (.txt) < prev    next >
NeXT TypedStream Data  |  1995-06-12  |  840b  |  31 lines

  1. typedstream
  2. NXImage
  3. Object
  4. NXEPSImageRep
  5. NXImageRep
  6. iisssss
  7. [701c]%!PS-Adobe-2.0 EPSF-2.0
  8. %%Title:Target.eps
  9. %%Creator: Kevin Brain (ksbrain@zeus.UWaterloo.ca)
  10. %%CreationDate: Fri Nov 22 1991
  11. %%Pages: 0 1
  12. %%BoundingBox: 0 0 72 72 
  13. %%DocumentFonts: Times-BoldItalic
  14. %%EndComments
  15. % eps drawing of component for Diagram palette 
  16. % number of pixels per Diagram Grid
  17. /GRIDSIZE 9 def
  18. % one grid represents 0.05 inches
  19. /GRIDSCALE 0.05 def
  20. % multiply sizes in inches by ScaleFactor in pixels/inch 
  21. /SCALEFACTOR {GRIDSIZE GRIDSCALE div mul} def
  22. /OUTERRADIUS {0.2 SCALEFACTOR} def
  23. /HOLERADIUS {0.015 SCALEFACTOR} def
  24. 1 1 scale
  25. 0 setlinewidth
  26. GRIDSIZE 4 mul GRIDSIZE 4 mul moveto
  27. currentpoint translate
  28. 0 0 OUTERRADIUS 90 180 arc
  29. 0 0 OUTERRADIUS 0 270 arcn
  30. closepath fill 
  31.